home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / extras / falcon / falclib5 / routs / getpar.s < prev    next >
Text File  |  1995-04-27  |  242b  |  16 lines

  1. *
  2. * GETPAR.S    (include right after releasem.s)
  3. *
  4. *    Gets all parameters sent to the program.
  5. *    Must be directly after releasem.
  6. *
  7. * Out    a0.l=address where the parameters are.
  8. *
  9.  
  10.  
  11.  
  12. @getparameters    pea    $81(a6)
  13.         move.l    (a7)+,a0
  14.         
  15.  
  16.